PangoVariant

An enumeration specifying capitalization variant of the font.

Values

ValueMeaning
NORMAL0

A normal font.

SMALL_CAPS1

A font with the lower case characters replaced by smaller variants of the capital characters.

ALL_SMALL_CAPS2

A font with all characters replaced by smaller variants of the capital characters. Since: 1.50

PETITE_CAPS3

A font with the lower case characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50

ALL_PETITE_CAPS4

A font with all characters replaced by smaller variants of the capital characters. Petite Caps can be even smaller than Small Caps. Since: 1.50

UNICASE5

A font with the upper case characters replaced by smaller variants of the capital letters. Since: 1.50

TITLE_CAPS6

A font with capital letters that are more suitable for all-uppercase titles. Since: 1.50

Meta